//==============================================================================
// misc stairs_anim.txt
//==============================================================================
import Construction_defines_anim.txt

//==============================================================================
define ring
{
   set hotspot
   {
      version
      {
         Visualparticle SFX E Isis Monument Ring
      }
   }
}

//==============================================================================
define empower
{
   SetSelector
   {
      EmpowerLogic
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualnone Jimmy
            }
         }
      }
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualparticle SFX E Pharaoh Empower Small
            }
         }
      }
   }
}
//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
define Stand
{
   set hotspot
   {
      version
      {
         Visual Building E Monument2 Stand
      }
   }  
}

//==============================================================================
anim Build
{
	SetSelector
	{
      set hotspot
      {
		version
		{
			Visual Building E Monument2
			connect ATTACHPOINT ring hotspot
			connect hotspot stand hotspot
		}
      }
	}
}
//==============================================================================
anim Idle
{
   SetSelector
   {
		CinematicLogic
		SetSelector
		{
			ConstructionLogic 0 33 66
			set hotspot
			{
				version
				{
					Visual Building E Monument2
					connect attachpoint ring hotspot
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall A
					connect CHIN E_Small_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot empower hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall B
					connect CHIN E_Small_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot empower hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building E Monument2 Construction
					connect ATTACHPOINT empower hotspot
					//connect CHIN E_Small_Brick hotspot
					//connect FACE E_Medium_Brick hotspot
					//connect ATTACHPOINT E_Long_Brick hotspot
				}
			}
		}
		SetSelector
		{
			ConstructionLogic 0 33 66
			set hotspot
			{
				version
				{
					Visual Building E Monument2_cinematic
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall A
					connect CHIN E_Small_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall B
					connect CHIN E_Small_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building E Monument2 Construction
					connect ATTACHPOINT empower hotspot
					connect hotspot Stand hotspot
				}
			}
		}
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      ConstructionLogic 0 33 66
      set hotspot
      {
         version
         {
            Visual Building E Monument2_Death
				connect hotspot Stand hotspot
				connect smoke0 dust hotspot
				connect smoke1 dust hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction XSmall A
				connect CHIN E_Small_Brick hotspot
				connect ATTACHPOINT E_Long_Brick hotspot
				connect hotspot empower hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction XSmall B
				connect CHIN E_Small_Brick hotspot
				connect ATTACHPOINT E_Long_Brick hotspot
				connect hotspot empower hotspot

         }
      }
      set hotspot
      {
         version
         {
            Visual Building E Monument2 Construction
            connect ATTACHPOINT empower hotspot
         }
      }
   }
}
